IVector.GetMany Method

Retrieves the items that start at the specified index in the vector.

Syntax

public:
uint32 GetMany(
         uint32 startIndex,
         out Array<T>^ items
)  

Parameters

startIndex
Type: uint32 

 The zero-based index of the start of the items in the vector.

items
Type: T 

The items that start at startIndex in the vector.

Return value

Type: uint32 

 The number of items retrieved.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVector Generic Interface

IVector Members

Windows.Foundation.Collections Namespace